Footer Customization
data class FooterCustomization(@ColorRes() expandIndicatorColor: Int?, labelStyleCustomization: TextStyleCustomization, textStyleCustomization: TextStyleCustomization)
Content copied to clipboard
Use this class to set the visual style of footer section, at the bottom of a 3DS2 challenge screen. This section contains information text provided by the card issuer. Each piece of information is expandable, with just the label and an expand indicator showing until the user expands the section to reveal the body text within.
Parameters
expandIndicatorColor
Expand indicator colour resource reference.
labelStyleCustomization
Customization for expanding section label.
textStyleCustomization
Customization for expanding section text.
Constructors
FooterCustomization
Link copied to clipboard
fun FooterCustomization(@ColorRes() expandIndicatorColor: Int? = null, labelStyleCustomization: TextStyleCustomization = TextStyleCustomization(), textStyleCustomization: TextStyleCustomization = TextStyleCustomization())
Content copied to clipboard
Functions
Properties
expandIndicatorColor
Link copied to clipboard
labelStyleCustomization
Link copied to clipboard
textStyleCustomization
Link copied to clipboard